INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7a6c8101fd7f627e395b2bb0b401fd0b811ffa7a455d61e7c04fb392594f1e20', 
    '44+1o9WxoKdR9SeLfS1LE05u+HL0XBu3h/4NZ0fg6gE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)