INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a07ed95bd17111b73e976967dcb5fe8e615ba70546d6131c11ff361004ce7f7a', 
    'RT2DvvsUXq4UOw3pIS+4msTC+Iu3OFt73HJe+r6Y+i0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00049

Result

int(1)