INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '3b4ad38c26478846f06b6e64858b9bd0e48b4f261ae117c3bded16dabeb7046c', 
    'P+9Qy+sPZeaoCMHKAiSE13FxdHcJqbQSb8HIW3bPJik=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00042

Result

int(1)